() of () is a reporter block and an Operators block. It reports the result of some math functions.

([sqrt V] of (10))

Options

Workarounds

FunctionWorkaround
abs((x) × ([sign V] of (x)))
neg((0) - (x)) or ((x) × (-1))
sqrt((x) ^ (0.5))
2^((2) ^ (x))
10^((10) ^ (x))

See Also